runtime.traceStringTable.buf (field)
6 uses
runtime (current package)
tracestring.go#L18: buf *traceBuf // string batches to write out to the trace.
tracestring.go#L60: w := unsafeTraceWriter(gen, t.buf)
tracestring.go#L77: t.buf = w.traceBuf
tracestring.go#L86: if t.buf != nil {
tracestring.go#L89: traceBufFlush(t.buf, gen)
tracestring.go#L92: t.buf = nil
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |